Automations

Data Manipulation Commands

  • Version: 1.6.0
  • Official Verified

OpenBots Command group containing data manipulation commands (Data, DataTable, Dictionary, List, RegEx).

OpenBots.Commands.DataManipulation \ Remove Data Row Command

Command: Remove Data Row Command

This command removes specific DataRows from a DataTable.

Parameters

DataTable

Enter an existing DataTable.

Required

Remove Option

Indicate whether DataRow(s) will be deleted by index or tuple.

Required

Index

Enter the index of the DataRow to remove.

Required

Data

Enter the column name and item of the row to remove.

Required

Overwrite Option

Indicate whether this command should remove rows with all the constraints (And) or remove those with 1 or more constraints (Or).

Required

Output DataTable Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo